/* common */

html {
	font-size: 14px;
}

body {
	background: #f7f9ff;
	/* visibility: hidden; */
	overflow-x: hidden; 
	font-size:100%;
}


.container {
	width: 100%;
	background-color: #f7f9ff;
}

h2 {
	font-size: .36rem;
	color: #008acd;
}

h3 {
	font-size: .12rem;
	color: #fff;
}

ul {
	list-style: none;
}

/* header nav */
.main-head {
	height: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*.main-head .navbar-logo img {width: 1.4rem;}/* 0806 */
/*.main-head .navbar-panne {font-family: SourceHanSansCN-Regular, "Helvetica Neue",Helvetica,Arial,sans-serif;}

.main-head .navbar-panne {font-family: 'gothbold', "Helvetica Neue",Helvetica,Arial,sans-serif;}
*/

.main-head .navbar-panne .nav-box {
	display: flex;
	margin: 0;
	padding-left: .9rem;
}

.main-head .navbar-panne .nav-box li {
	margin: 0 0.3rem;
	font-size: 14px;
	font-weight: bold;

/*
padding: 1px;
height: 100px;
line-height: 100px;
padding: 0 25px;
width: 86px;
*/
	height: 60px;
	line-height: 58px;
	text-align: center;
	position: relative;
}

.main-head .navbar-panne .nav-box li.active a {

	color:#008acd
}

.main-head .navbar-panne .nav-box a {
	color: #000;
	word-break: keep-all;
	text-decoration: none;
}

.main-head .navbar-panne .nav-box a:hover {
	color: #008acd;
	background-color: #f9f9f500 !important;
}

.main-head .head-right {
	margin-left: .3rem;
	display: flex;
	align-items: center;
}

.main-head .head-right img {
	width: 2.31rem;
}

.main-head .head-right .dropdown {
	margin-left: .5rem;
	    margin-bottom: 0.2rem;
}

.main-head .head-right .dropdown .btn-default {
	border: none;
	background: transparent;
}

.main-head .head-right .dropdown .btn-default.dropdown-toggle:focus-visible {
	border: none;
}


#myCarousel {
	height: .50rem;
}

.carousel-control img {
	width: .68rem;
	height: .68rem;
}

.icoleft img {
	position: absolute;
	top: 50%;
	margin-top: -.64rem;
	left: 0;
}

.icoright img {
	position: absolute;
	top: 50%;
	margin-top: -.64rem;
	right: 0;
}

#news {
	padding: .50rem 0
}

#news .news-title {
	padding: .20rem 0;
	font-size: .18rem;
	font-weight: 400;
	text-align: center;
	border-bottom: .01rem dashed #c0c0c0;
	position: relative;
	margin-right: .10rem;
}

#news .news-title::after {
	content: '';
	display: inline-block;
	width: .10rem;
	height: .10rem;
	border-radius: .05rem;
	border: .01rem solid #c0c0c0;
	position: absolute;
	bottom: -5rem;
	right: -10rem;
}

.icon-news01::before {
	content: '\e90e';
	font-size: .28rem;
	color: #EAEAEA;
}

.icon-news02::before {
	content: '\e90f';
	font-size: .28rem;
	color: #EAEAEA;
}

.icon-news03::before {
	content: '\e910';
	font-size: .28rem;
	color: #EAEAEA;
}

.icon-news04::before {
	content: '\e911';
	font-size: .28rem;
	color: #EAEAEA;
}

.lblock {
	background: url(../images/bg-2.jpg) no-repeat;
	background-size: 101%;
	width: 13.1rem;
	/* min-height: 7.20rem; */
	padding: 0;
	padding-left: 1rem;
}

.h2Block {
	/* background: url(../images/bg-2.jpg) no-repeat; */
	display: inline-block;
	width: 100%;
	height: .72rem;
	margin-bottom: 0;
}

.h2Block img {
	width: 100%;
}

.mBlock {
	width: 19.20rem;
	/* height: 7.20rem; */
	margin: 0 auto;
	margin-top: .65rem;
}

.mBlock .col-md-2 {
	padding-right: 0;
	width: 2.23rem;
	padding: 0;
}

.nav-stacked>li.active::before {
	content: '';
	width: 0.23rem;
	height: .23rem;
	background: url(../images/01btn.png) no-repeat;
	background-size: 100%;
	position: absolute;
	z-index: 1;
	right: -0.1rem;
	top: 0.48rem;
}

.tab-nav {
	margin: 0;
	display: flex;
}

.tab-nav .block-nav {
	width: 2.20rem;
	border-right: .03rem solid #fff;
	background: url(../images/main/li-bg.jpg);
	background-size: 100%;
	box-sizing: border-box;
}

.tab-nav li {
	height: 1.16rem;
	position: relative;
}

.tab-nav li::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: .04rem;
	background: url(../images/main/li-line.jpg) no-repeat;
	background-size: 100%;
}

.tab-nav li:last-child::after {
	display: none;
}

.tab-nav li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: .18rem;
	color: #fff;
	padding: 0;
	height: 100%;
	font-family: SourceHanSansCN-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tab-nav li a img {
	height: .48rem;
	margin-left: .34rem;
}

.tab-nav li a span {
	margin-right: .18rem;
	word-break: keep-all;
}

.tab-nav li>a:hover,
.tab-nav li>a:focus {
	background: transparent;
}

.tab-nav .block-banner {
	flex: 1;
}

.mBlock .col-md-9 {
	padding: 0;
	flex: 1;
}

.mBlock .tab-content img {
	width: 100%;
	/* height: 5.93rem; */
}

.newsBlock {
	background: url(../images/bg-news_03.jpg) no-repeat;
	background-size: 100%;
	width: 6.1rem;
	min-height: 7.50rem;
	padding: 1.45rem 1rem 0 .6rem;
}

.news-panne span {
	font-size: .22rem;
	color: #fff;
	font-weight: bold;
	padding: 0.1rem;
}

.newsBlock>span {
	color: #fff;
	font-size: .22rem;
	font-weight: bold;
	padding: 0.1rem;
}

.mBlock h3 {
	font-size: .24rem;
	display: inline-block;
	/* width: 4.6rem; */
	line-height: .3rem;
	padding: .1rem;
	margin-top: 0.1rem;
}

.mBlock h4 {
	font-size: .16rem;
	color: #fff;
	width: 4.8rem;
	line-height: 0;
	padding: 0.1rem;
}

.newsBlock ul {
	margin-top: 0.55rem;
	font-size: 14px;
	/* line-height: 0; */
	/* padding: 0; */
	padding: 0 0.1rem;
}

.newsBlock li {
	font-size: .16rem;
	color: #000;
	list-style: none;
	line-height: .8rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}

.newsBlock li.more {
	margin-top: .1rem;
}

.newsBlock li .more {
	border: .01rem solid #3e7dec;
	border-radius: 15px;
	padding: .06rem .15rem;

}

.newsBlock li .link {
	color: #000;
	;
}

.section {
	padding: .80rem 0 1.07rem;
	display: flex;
	justify-content: center;
}

.section .container {
	width: 12.10rem;
	margin: 0 auto
}

.section .mod-title {
	padding-bottom: .35rem;
	text-align: center;
	color: #333
}

.section .mod-title h2 {
	font-size: .36rem;
	margin-bottom: .17rem
}

.section .mode-list {
	height: 4.55rem;
	padding: 0;
	margin-left: -0.1rem;
}

.section .mode-list .mode-item {
	width: 3.10rem;
	height: 4.55rem;
	text-align: center;
	float: left;
	overflow: hidden;
	margin-left: .10rem;
	background: #fff;
	transition: width .4s;
}

.section .mode-list .mode-wrap {
	width: 7.5rem;
	height: 4.55rem;
}

.section .mode-list .mode-view {
	float: left;
	width: 2.38rem;
	height: 4.55rem;
	border: .01rem solid #DCDCDC;
	opacity: 1;
}

.section .mode-list .mode-view,
.section .mode-list .mode-detail {
	position: relative;
}

.section .mode-list .more {
	position: absolute;
	top: 2.76rem;
	left: 0.38rem;
	background: #fff;
	border-radius: 12px;
	color: #008acd;
	padding: 0.08rem 0.28rem;
	word-break: keep-all;
	font-size: .18rem;
}

.mode-view img {
	height: 110%;
	/* width: 177%; */
}

.section .mode-list .mode-view h3 {
	font-size: .30rem;
	padding-top: .52rem;
	padding-bottom: 11rem;
}

.section .mode-list .mode-view h4 {
	font-size: .14rem;
	color: #888;
}

.section .mode-list .mode-view i {
	display: block;
	width: 1.20rem;
	height: .90rem;
	margin: .80rem auto 105rem;
}

.section .mode-list .mode-view ul {
	padding-left: .20rem;
}

.section .mode-list .mode-view li {
	float: left;
	width: .90rem;
	height: .30rem;
	line-height: .30rem;
	margin: 0 .5rem .10rem .5rem;
	background: #EDEDED;
}

.section .mode-list .mode-detail {
	float: left;
	color: #fff;
	width: 4.8rem;
	height: 4.55rem;
	/* background: #00CE52; */
	opacity: 0;
}

.section .mode-list .mode-detail .detail-left,
.section .mode-list .mode-detail .detail-right {
	width: 2.40rem;
	height: 4.55rem;
}

.section .mode-list .mode-detail .detail-left {
	float: left;
	background: #00AF27;
	overflow: hidden;
}

.section .mode-list .mode-detail .detail-left i {
	display: block;
	width: 1.20rem;
	height: .90rem;
	margin: 1.12rem auto 70rem;
}

.section .mode-list .mode-detail .detail-left h3 {
	font-size: .30rem;
	margin-bottom: .19rem;
}

.section .mode-list .mode-detail .detail-left h4 {
	font-size: .14rem;
	padding: 0 .25rem;
	line-height: 1.7rem;
}

.section .mode-list .mode-detail .detail-right {
	float: left;
	background: #0ac052;
}

.section .mode-list .mode-detail .detail-right ul {
	padding: .20rem .20rem 0 .30rem;
}

.section .mode-list .mode-detail .detail-right li {
	margin-bottom: .16rem;
}

.section .mode-list .mode-detail .detail-right li h3 {
	width: .83rem;
	height: .28rem;
	border: 1rem solid #fff;
	line-height: .28rem;
	margin-bottom: .11rem;
	font-size: .16rem;
}

.section .mode-list .mode-detail .detail-right li p {
	text-align: left;
	line-height: 1.7;
	font-size: .14rem;
}

.section .mode-list .mode-detail .detail-right .get {
	width: .100rem;
	height: .31rem;
	line-height: .31rem;
	padding-left: .15rem;
	color: #00CE52;
	display: block;
	margin-left: .30rem;
	font-size: .16rem;
	background: #fff url(../images/04-jt.png) no-repeat 84rem center;
	text-align: left;
}

.section .mode-list .mode-item-1 .mode-view i {
	background: url(../images/04-img-1.png) no-repeat -1.20rem 0;
}

.section .mode-list .mode-item-1 .mode-detail .detail-left i {
	background: url(../images/04-img-1.png) no-repeat 0 0;
}

.section .mode-list .mode-item-2 .mode-view i {
	background: url(../images/04-img-2.png) no-repeat -1.20rem 0;
}

.section .mode-list .mode-item-2 .mode-detail .detail-left i {
	background: url(../images/04-img-2.png) no-repeat 0 0;
}

.section .mode-list .mode-item-3 .mode-view i {
	background: url(../images/04-img-3.png) no-repeat -1.20rem 0;
}

.section .mode-list .mode-item-3 .mode-detail .detail-left i {
	background: url(../images/04-img-3.png) no-repeat 0 0;
}

.section .mode-list .mode-item-4 .mode-view i {
	background: url(../images/04-img-4.png) no-repeat -1.20rem 0;
}

.section .mode-list .mode-item-4 .mode-detail .detail-left i {
	background: url(../images/04-img-4.png) no-repeat 0 0;
}

.section .mode-list .mode-item.active {
	width: 6.5rem;
}

.section .mode-list .mode-item.active .mode-wrap {
	margin-left: -2.40rem;
	opacity: 1;
}

.section .mode-list .mode-item.active .mode-view {
	opacity: 0;
}

.section .mode-list .mode-item.active .mode-detail {
	opacity: 1;
	/* width: 100%; */
}

.mode-detail img {
	height: 110%;
}

.imgList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background: #f5f6fa;
	margin: .60rem 0 .66rem;
}

.imgList>img {
	display: inline-block;
	width: 1.35rem;
	/* height: 1.5rem; */
}

.bottomBlock {
	background: url(../images/bg-bottom.jpg) no-repeat right bottom #5d5d5d;
	background-size: 100%;
	/* background-color: #008acd; font-size: .14rem*/
	color: #fff;
	height: 4.20rem;
	/*padding: .50rem;*/
	padding: 0.3rem 1.6rem;
	font-size: 12px
}

.footer-qrcode {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.bottomBlock h3 {
	font-size: 14px
}

.bottomBlock .col-md-2 img {
	width: 1.45rem;
	height: 1.45rem;
}

@font-face {
	font-family: SourceHanSansCN-Regular;
	src: url("./SourceHanSansCN-Regular.otf");
}

/* phone */
@media all and (min-width: 320px) and (max-width: 767px) {
	.container {
		overflow-x: hidden;
	}

	.main-head {
		padding-left: .5rem;
	}

	.main-head .navbar-logo img {
		width: 2rem;
	}

	.main-head .navbar-panne {
		overflow-x: scroll;
		padding-right: .3rem;
	}

	.main-head .navbar-panne::-webkit-scrollbar {
		display: none;
	}



	.main-head .navbar-panne .nav-box li:last-child {
		padding-right: 1rem;
	}

	.main-head .head-right {
		display: none;
	}

	.tab-nav .block-nav {
		width: 4.2rem;
	}

	.tab-nav li {
		height: 1.6rem;
	}

	.nav-stacked>li.active::before {
		top: 0.5rem;
		right: -0.3rem;
		width: 0.6rem;
		height: 0.6rem;
	}

	.tab-nav li a {
		font-size: .48rem;
	}

	.mBlock .lblock {
		width: 100%;
	}

	.mBlock .h2Block {
		width: auto;
		height: auto;
	}

	.newsBlock {
		height: 23rem;
		width: 100%;
		margin-top: 1rem;
	}

	.newsBlock .news-panne {
		margin-top: 2.3rem;
		padding-left: 0.8rem;
		width: 15rem;
	}

	.mBlock h3 {
		margin-top: 1.2rem;
		line-height: 1rem;
		font-size: .8rem;
	}


	.mBlock h4 {
		font-size: 0.6rem;
		line-height: 1;
		width: 100%;
	}

	.newsBlock ul {
		margin-top: 1.8rem;
	}

	.newsBlock li {
		line-height: 2rem;
		font-size: 10px;
	}

	.newsBlock li .more {
		font-size: 8px;
	}

	.section .mode-list {
		padding: 0;
	}

	.bottomBlock {
		height: auto;
	}

	.bottomBlock h3 {
		font-size: 10px;
		margin-top:5px;
		margin-bottom:5px;
	}

	.bottomBlock p {
		font-size: 8px
	}

	.bottomBlock .time {
		display: flex;
		padding-left: 1.4rem;
	}

	.bottomBlock .time h3 {
		width: 33.5%;
		line-height: 1rem;
	}

	.footer-qrcode.col-md-2 {
		display: flex;
		justify-content: space-between;
	}

	.footer-qrcode.col-md-2 img {
		width: 4rem;
		height: 4rem;
		margin: 0 auto;
	}
}

/* ipad */
@media (min-width: 768px) and (max-width: 991px) {

	.head-right img {
		width: 100%;
	}

	.mBlock .lblock {
		width: 100%;
	}

	.mBlock .h2Block {
		width: auto;
		height: auto;
	}

	.newsBlock {
		height: 23rem;
		width: 100%;
		margin-top: 1rem;
	}

	.newsBlock .news-panne {
		margin-top: 2.3rem;
		padding-left: 0.8rem;
		width: 15rem;
	}

	.mBlock h3 {
		margin-top: 1.2rem;
		line-height: 1rem;
		font-size: .8rem;
	}

	.mBlock h4 {
		font-size: 0.6rem;
		line-height: 1;
		width: 100%;
	}

	.newsBlock ul {
		margin-top: 1.8rem;
	}

	.newsBlock li {
		line-height: 2rem;
		font-size: .4rem;
	}

	.section .mode-list {
		padding: 0;
	}

	.bottomBlock {
		height: auto;
	}

	.bottomBlock .time {
		display: flex;
	}

	.bottomBlock .time h3 {
		width: 33.5%;
		line-height: 1rem;
	}

	.footer-qrcode.col-md-2 {
		display: flex;
		justify-content: space-between;
	}

	.footer-qrcode.col-md-2 img {
		width: 5rem;
		height: 5rem;
		margin: 0 auto;
	}
}

/* book */
@media (min-width: 992px) and (max-width: 1199px) {
	.nav>li>a {}
}

/*  11.28 add */
@media (max-width: 1680px) and (min-width: 800px) {
	.bottomBlock{
		padding-left: 0rem;
		padding-right: 0rem;
	}
}

/* pc */
@media (min-width: 1200px) {}

@media (max-width: 1400px) and (min-width: 991px) {
	.main-head .navbar-panne .nav-box li{
		font-weight: bold;
	}
	.main-head .navbar-panne .nav-box li{
		margin: 0 0.32rem;
	}
	.mBlock{
		transform: scale(0.84);
	}
	.lblock{
		padding-left: 0rem;
	}
	.newsBlock{
		background-size: 7.2rem 7.8rem;
		padding-right: .6rem;
	}
	.imgList{
		width: 16rem;
	    margin-left: auto;
	    margin-right: auto;
	    justify-content: space-between;
	}
}

@media (min-width: 1400px) {
	.main-head .navbar-panne .nav-box li{
		margin: 0 0.54rem;
	}
	.section .mode-list .mode-item{
		width: 4rem;
	}
	.section .mode-list .mode-item.active{
		width: 6.81rem;
	}
	.mode-view img{height: 126%;}
/* 	.mode-detail img{height: 126%;} */
	.bottomBlock{
		padding-left: 3.6rem;
		padding-right: 3.6rem;
	}
	.imgList{
		width: 19.2rem;
		margin-left: auto;
		margin-right: auto;
		justify-content: space-between;
	}
	.lblock{
		padding-left: 0rem;
	}
	.newsBlock{
		background-size: 7.2rem 7.8rem;
		padding-right: .6rem;
	}
}


h3 a {
	color: white;
}

h3 a:hover {
	color: #f0efef;
	text-decoration: none;
}

/*0831*/

.main-head .navbar-panne .nav-box li::after{
	content: "";
	width: 100%;
	height: 3px;
	background: #008acd;
	transform: rotateY(90deg);
	position: absolute;
	bottom: -12px;
	left: 0;
	transition: .8s;
}
.main-head .navbar-panne .nav-box li:hover::after{
	transform: rotateY(0deg);
}





 .more a{
	color:#337ab7; 
	text-decoration: none;

}
.more a:hover {
	color:#737679;
text-decoration: none;
}








.clear:after {
    content: "";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}
.clear {
    zoom: 1;
}

    .head{ display:none; }
.lf {
    float: left;
}
.lr {
    float: right;
}
.wapbtnbox {
    width: 24px;
    height: 60px;
    margin-left: 15px;
    position: relative;
    display: block;
}
.wapbtnbox div {
    width: 24px;
    height: 3px;
    background-color: #008cd6;
    position: absolute;
    left: 0;
    border-radius: 3px;
}
.wapbtnbox div:nth-of-type(1) {
    top: 20px;
}
.wapbtnbox div:nth-of-type(2) {
    top: 29px;
}
.wapbtnbox div:nth-of-type(3) {
    top: 38px;
}
.navleft {
    width: 100%;
    height: calc(100% - 60px);
    border-top: 1px solid #f0f0f0;
    margin-left: 0;
    background-color: #fff;
    position: fixed;
    left: 100%;
    top: 60px;
    z-index: 999999999999;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s;
}
.navitems {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
}
.navitem {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
.navitemname {
    padding: 0 60px 0 15px;
    height: 52px;
    position: relative;
} 
.navitemname .showname {
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    color: #333;
    font-weight: bold;
    position: relative;
    display: block;
}
.navitemname .showname:after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #008cd6;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s;
}
.wapheadlan .headlanbox {
    height: 146px;
    padding-top: 3px;
    overflow: inherit;
    position:absolute;
    left:0px;
    z-index:9999;
    display:none;
}
.wapheadlan.cur .headlanbox { 
    display:block;
    }
.headlanitems {
    padding: 5px 15px;
    width: 140px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05); 
}

.headlanitem { 
    font-size: 12px;
    display: block;
    line-height: 22px;
    height: auto;
    color: #666;
    border-bottom: 1px solid #f2f2f2;
    background-repeat: no-repeat; 
    
    padding: 5px 35px 5px 0;
    background-position: right 10px center;
    background-size: 20px auto;
    line-height: 20px;
    height: 30px;
    
}

.wapbtnbox.cur div:nth-of-type(2){opacity:0}
.wapbtnbox.cur div:nth-of-type(1){top:30px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg)}
.wapbtnbox.cur div:nth-of-type(3){top:30px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg)}

.headright { position:relative; }
.headlantop { 
    border: 2px solid #008cd6;
    border-radius: 50px;
    color: #008cd6; 
    background-image: url(../images/navlan.png);
    background-repeat: no-repeat; 
    width: 120px;
    height: 24px;
    margin-top: 43px;
    line-height: 22px;
    padding-left: 44px;
    background-position: left 13px center;
    background-size: 14px auto;
    margin-top: 20px;
    letter-spacing:6px;
    font-size:16px;
}


/* pc */
@media (max-width: 1024px) 
{
    .main-head 
    {
        display:none; 
    } 
    .head 
    {
        display:block; 
        height: 60px;
        padding: 0;
    }
   [transition="0.5s"] {transition:0.5s ease-in-out 0s;-webkit-transition:0.5s ease-in-out 0s;-moz-transition:0.5s ease-in-out 0s} 
   .head>.box {
    padding: 0 15px;
}
.head .logo { 
    background-size: 100% auto;
    margin-top:6px;
}.head .logo img {
    width: 74px;
}
.navleft.cur {
    left: 0;
}
}

@media (max-width: 480px)
{
    .navitemname .showname {
        font-size: 16px;
        font-weight:normal;
    }
}

